home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / C / Applications / Telnet 2.7b5 / source / main / event.h < prev    next >
Encoding:
Text File  |  1995-02-25  |  3.6 KB  |  21 lines  |  [TEXT/CWIE]

  1. BYU 2.4.12 */
  2.         VSHOME,    /* $73 */    /* BYU 2.4.12 */
  3.         VSPGUP,    /* $74 */    /* BYU 2.4.12 */
  4.         VSDEL,    /* $75 (ADB ext) */        /* BYU 2.4.12 - was 0x7f */
  5.         VSF9,    /* $76 */    /* BYU 2.4.12 - was VSF4 */
  6.         VSEND,    /* $77 */    /* BYU 2.4.12 */
  7.         VSF7,    /* $78 */    /* BYU 2.4.12 - was VSF2 */
  8.         VSPGDN,    /* $79 */    /* BYU 2.4.12 */
  9.         VSF6,    /* $7A */    /* BYU 2.4.12 - was VSF1 */
  10.         VSLT,    /* $7B */
  11.         VSRT,    /* $7C */
  12.         VSDN,    /* $7D */
  13.         VSUP    /* $7E */
  14.       }
  15.   };
  16.   
  17.   /* ASCII character set defines */
  18.  
  19. #define DELchar        0x7f    /* BYU LSC - (DEL is defined in MacLook.h) the delete character */
  20. #define    KILLCHAR    0x15    /* the character to kill the local line with */
  21.